ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / MaxItems Property

In This Topic
    MaxItems Property (AutoCompleteBase<T>)
    In This Topic
    Gets or sets the maximum number of items to display in the drop-down list.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(6)>
    Public Overridable Property MaxItems As Integer
    [DefaultValue(6)]
    public virtual int MaxItems {get; set;}
    See Also